Welcome![Sign In][Sign Up]
Location:
Search - C SHELL

Search list

[CSharpWindowsShell

Description: Windows Shell Namespace Extension Framework This sample and how-to guide shows you how to use C# and PInvoke to build a reusable framework for writing Windows shell namespace extensions. It includes three sample shell namespace extension projects.
Platform: | Size: 133120 | Author: leizi | Hits:

[Windows Developrpc

Description: 基于数据链路层的RPC编程,在C SHELL中实现编写-Based on the data link layer of the RPC program to achieve in the preparation of C SHELL
Platform: | Size: 36864 | Author: yinhao | Hits:

[OS Developmyshell

Description: 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshell里输入help <command> 时,输出<command>的使用说明) -With pure C language under Linux in a Shell, contains tch and bash the basic functions (including redirect and running in the background), the moment does not support the pipeline. Has been under cygwin and test Ubantu 7.10. Mainly includes: makefile compiler generated executable file myshell main function myshell.c (relating to procedures for entrance) utility.c all the features of function (nearly 1000 lines) myshell.h (contains macro definition, the structure declaration, the first document library, and all utility.c statement function) readme user' s manual (when users enter help in myshell <command> , The output <command> The use of explanation)
Platform: | Size: 300032 | Author: Yang | Hits:

[Shell apiVCPPSHP

Description: Visual C Shell Programming
Platform: | Size: 6014976 | Author: Tomi | Hits:

[VC/MFCProfessionalMFC

Description: Professional MFC. Chapter 1: The Microsoft Developer Studio Chapter 2: The Wizards and The Gallery Chapter 3: The Application Architecture Hierarchy Chapter 4: The Document/View Architecture Chapter 5: Using Dialogs and Controls in MFC Chapter 6: User Interface Issues Chapter 7: Advanced User Interface Programming Chapter 8: Using the Windows Common Controls Chapter 9: Writing Programs for the Windows Shell Chapter 10: Utility and Exception Classes Chapter 11: Writing Multithreaded Applications with MFC Chapter 12: Creating Dynamic-link Libraries Chapter 13: Writing Database Applications Chapter 14: Writing OLE Containers Chapter 15: Writing OLE Servers Chapter 16: ActiveX Controls Chapter 17: ActiveX Control Containers Chapter 18: Internet Client Programming Chapter 19: Internet Server Programming Appendix A: Installing Visual C-Professional MFC. Chapter 1: The Microsoft Developer Studio Chapter 2: The Wizards and The Gallery Chapter 3: The Application Architecture Hierarchy Chapter 4: The Document/View Architecture Chapter 5: Using Dialogs and Controls in MFC Chapter 6: User Interface Issues Chapter 7: Advanced User Interface Programming Chapter 8: Using the Windows Common Controls Chapter 9: Writing Programs for the Windows Shell Chapter 10: Utility and Exception Classes Chapter 11: Writing Multithreaded Applications with MFC Chapter 12: Creating Dynamic-link Libraries Chapter 13: Writing Database Applications Chapter 14: Writing OLE Containers Chapter 15: Writing OLE Servers Chapter 16: ActiveX Controls Chapter 17: ActiveX Control Containers Chapter 18: Internet Client Programming Chapter 19: Internet Server Programming Appendix A: Installing Visual C++
Platform: | Size: 2899968 | Author: Minh | Hits:

[Algorithmsvdpackc.tar

Description: svd 算法代码 This directory contains instrumented SVDPACKC Version 1.0 (ANSI-C) programs for compiling within the "svdrun" script. The "svdsum" script can be run after all output files of the form <dataset>.outN, where N=1,2,... have been produced by svdrun. more details please read the file readme!- SVDPACKC (Version 1.0) /************************************************************************* (c) Copyright 1993 University of Tennessee All Rights Reserved *************************************************************************/ This directory contains instrumented SVDPACKC Version 1.0 (ANSI-C) programs for compiling within the "svdrun" script. The "svdsum" script can be run after all output files of the form <dataset>.outN, where N=1,2,... have been produced by svdrun. A sample input file "svdin" is provided for use with both scripts, i.e., you invoke the scripts via svdrun svdin svdsum svdin where " " is your UNIX C-Shell prompt. Please note that you must be using the UNIX C-Shell for these scripts to work correctly. The intent of this new version of SVDPACKC (ANSI-C) is to allow automatic compilation a
Platform: | Size: 525312 | Author: leespoon | Hits:

[Windows Developsocket_shell

Description: 分别编一个客户端程序和服务器程序,首先建立客户程序与服务器之间正确的socket连结,然后利用send和recv函数,客户程序将一个较长的文本文件(如>1k字节) (目的是为了在一次连接测试多次的收/发)中的数据发送给服务器。要求服务器全部正确地接收到所有的数据(一个也不能少),并将其存入一个文件。 编写一个递归的shell程序 findit,该程序搜索参数2指定的目录树,查找所有的以 .c和 .h结尾的文件,如文件行中含有参数1指定的字符串,显示该行和相应的文件名。如目录参数2缺省,则从当前目录中搜索。如: findit searchstring /home/student/wang 搜索以 /home/student/wang为根的目录树中的c程序和头文件,查找含有searchstring字符串的行,显示文件名。 findit searchstring 从当前目录开始搜索。请用含有shell特殊字符的字符串模式进一步调试该shell程序。 -分别编一个客户端程序和服务器程序,首先建立客户程序与服务器之间正确的socket连结,然后利用send和recv函数,客户程序将一个较长的文本文件(如>1k字节) (目的是为了在一次连接测试多次的收/发)中的数据发送给服务器。要求服务器全部正确地接收到所有的数据(一个也不能少),并将其存入一个文件。 编写一个递归的shell程序 findit,该程序搜索参数2指定的目录树,查找所有的以 .c和 .h结尾的文件,如文件行中含有参数1指定的字符串,显示该行和相应的文件名。如目录参数2缺省,则从当前目录中搜索。如: findit searchstring /home/student/wang 搜索以 /home/student/wang为根的目录树中的c程序和头文件,查找含有searchstring字符串的行,显示文件名。 findit searchstring 从当前目录开始搜索。请用含有shell特殊字符的字符串模式进一步调试该shell程序。
Platform: | Size: 13312 | Author: pobenliu | Hits:

[Linux-Unixysh

Description: 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征:  能够执行外部程序命令,命令可以带参数。 . 。  能够执行fg、bg、cd、history、exit等内部命令。  使用管道和输入输出重定向。  支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 除此之外,在这个实验中还须做到:  使用make工具建立工程。  使用调试器gdb来调试程序。  提供清晰、详细的设计文档和解决方案。 -This experiment in order to achieve a simple command interpreter, that is, the shell process in Linux. Experimental procedure named ysh, required that their design is similar to the current popular interpretation of the procedures of the shell, such as bash, csh, tcsh, but it does not need a less complex function. ysh procedures should have the following important features:  external procedures to perform the command, the command can take parameters. . .  to perform fg, bg, cd, history, exit the internal order.  the use of input and output pipes and redirection.  support before and after the Taiwan operations, the provision of operating control functions, including a list of print jobs, change the current operation of the front running/background status of the pending operation and control, suspension and continue to run. In addition, this experiment must be done:  make tools to use to establish the project.  use gdb
Platform: | Size: 8192 | Author: 香烟 | Hits:

[Windows Developrevrseshell

Description: c++ reverse shell!! Welcome to this Reverse Shell.n this is c++ code to reverse shell in win32 enviornment using winsock2 header files copies as cmdo.exe
Platform: | Size: 2048 | Author: mfdoom | Hits:

[Remote ControlCRShell

Description: this very old shell but still good to learn from the code looks like spanish it runs in nix/win32 multiplatform! coded in c++ CRShell Programado por XpyXt URL: http://xpyxt.no-ip.com URL2: http://xpyxt.no-ip.info/crshell Mail: xpyxt@desdeinter.net Informacion del contenido - Directorio /Cliente Linux Contiene el codigo fuente del cliente para linux Para compilar con GCC - Directorio /Cliente Windows Contiene el codigo fuente del cliente para Windows Para compilar con Visual C++ 6.0 - Directorio /Editor Linux Contiene el codigo fuente del editor para linux Para compilar con GCC - Directorio /Editor Windows Contiene el codigo fuente del editor para Windows Para compilar con Visual C++ 6.0 - Directorio /Servidor w2k Contiene el codigo fuente del servidor para Windows 2000 Version del servidor 1.0 Para compilar con Visual C++ 6.0-this is very old shell but still good to learn from the code looks like spanish it runs in nix/win32 multiplatform! coded in c++ CRShell Programado por XpyXt URL: http://xpyxt.no-ip.com URL2: http://xpyxt.no-ip.info/crshell Mail: xpyxt@desdeinter.net Informacion del contenido - Directorio /Cliente Linux Contiene el codigo fuente del cliente para linux Para compilar con GCC - Directorio /Cliente Windows Contiene el codigo fuente del cliente para Windows Para compilar con Visual C++ 6.0 - Directorio /Editor Linux Contiene el codigo fuente del editor para linux Para compilar con GCC - Directorio /Editor Windows Contiene el codigo fuente del editor para Windows Para compilar con Visual C++ 6.0 - Directorio /Servidor w2k Contiene el codigo fuente del servidor para Windows 2000 Version del servidor 1.0 Para compilar con Visual C++ 6.0
Platform: | Size: 49152 | Author: mfdoom | Hits:

[Anti-virusshell

Description: 用C++实现shell完美监控的代码,效果还不错的说。-Using C++ to achieve the perfect shell code to monitor the effect that good.
Platform: | Size: 198656 | Author: wajika | Hits:

[Embeded Linuxlab1

Description: linux shell。c语言编写的linux shell.适合初学者。-linux shell. c languages linux shell. suitable for beginners.
Platform: | Size: 54272 | Author: refinebin | Hits:

[Compress-Decompress algrithmsPack

Description: 对PE文件进行完整压缩的程序,使用aplib进行压缩,并且示范了输入表加密等常见功能,对PE文件进行分区段压缩,外壳部分使用C编写,解压的部分代码使用汇编-Complete compression of the PE file program, use the aplib compression, and encryption model input tables common features of the PE segment partition file compression, using the C shell part of the preparation, extracting part of the code in assembly
Platform: | Size: 474112 | Author: fytx | Hits:

[Shell apiApress.Expert.Shell.Scripting.Jan.2009

Description: 2009年图书:精通Shell脚本编程 The book is meant for the intermediate shell coder up to the advanced shell-code hacker, because I don’t explain many basic programming structures. If you’re looking for that type of book, you should look to the resources mentioned in Appendix C.-The book is meant for the intermediate shell coder up to the advanced shell-code hacker, because I don’t explain many basic programming structures. If you’re looking for that type of book, you should look to the resources mentioned in Appendix C. This is not to say that the beginner won’t find this book useful it may work well as a supplementary reference to a more traditional shell-scripting training guide. But there is a difference between learning English as a second language and learning how to apply sarcasm. This book is like sarcasm in that example it assumes some basic shell-code literacy. I go into great detail about how and why the scripts were written in their present form, and I include some explanation of how to avoid certain problems. Much of my learning came from sources heavy in obfuscation and light on clarity, so I tried to be as explicit as possible, and favored explaining too much rather than too little. You can think of many chapters I included as shell
Platform: | Size: 873472 | Author: Jian | Hits:

[Linux-UnixlinuxshellC

Description: linux-shell-C语言实现 至于shell就不多说了,希望对你有用-linux-shell-C
Platform: | Size: 135168 | Author: 海风 | Hits:

[Linux-UnixLinuxShellCprogramming

Description: Linux C编程技术: lect01 Linux 介绍 lect02 Linux 安装 lect03 Linux 基础 lect04 Linux Shell介绍 lect05 Linux 进程控制 lect06 Shell编程_变量 lect07 Shell脚本编程 lect08 Linux下C语言编程简介 lect09 文件操作 lect10 Linux下的多进程编程 lect11 Linux 信号 -Linux C programming: lect01 Linux Introduction lect02 Linux installation lect03 Linux-based lect04 Linux Shell Introduction lect05 Linux process control lect06 Shell Programming _ variable lect07 Shell scripting lect08 Linux Introduction lect09 under the C programming language file operations lect10 Linux under the multi- the process of programming lect11 Linux signals, and so ...
Platform: | Size: 10740736 | Author: 方朝辉 | Hits:

[Shell apich10.ppt

Description: 認識bash shell shell是一種指令解譯器 shell是直譯型的程式語言 shell所撰寫的程式碼程為script(腳本) BASH shell結合了K shell與C shell的特性
Platform: | Size: 12288 | Author: q0248933 | Hits:

[Linux-Unixsecond

Description: linux 下用C语言实现more copy system ls shell命令!-used C to more copy system ls shell of linux
Platform: | Size: 3072 | Author: xc | Hits:

[Linux-Unixminix_shell

Description: 在minix系统下,用C编写的代码,实现Minix系统shell命令解释器功能。-In the minix system, with code written in C to achieve Minix system shell command interpreter functionality.
Platform: | Size: 253952 | Author: pry | Hits:

[Windows Developshell

Description: 一个下载者 C++源代码-People who download a C++ source code
Platform: | Size: 281600 | Author: 张小明 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 30 »

CodeBus www.codebus.net